<short summary of the patch>
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 2 Dec 2025 18:03:25 +0000 (19:03 +0100)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 2 Dec 2025 18:03:25 +0000 (19:03 +0100)
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

thrift (0.22.0-1) UNRELEASED; urgency=medium

  * New major upstream release.
  * Update patches.

Gbp-Pq: Name remove_overrides.patch

test/cpp/src/TestServer.cpp

index 858fffa385243f3cf678097bbfcdcb4539b98abf..f51b5f4d89cf11e229ffd749c129dd2aa3d95748 100644 (file)
@@ -132,7 +132,7 @@ public:
     _return = thing;
   }
 
-  void testUuid(apache::thrift::TUuid& _return, const apache::thrift::TUuid& thing) override {
+  void testUuid(apache::thrift::TUuid& _return, const apache::thrift::TUuid& thing) {
     printf("testUuid(\"{%s}\")\n", to_string(thing).c_str());
     _return = thing;
   }
@@ -447,7 +447,7 @@ public:
     cob(res);
   }
 
-  void testUuid(::std::function<void(apache::thrift::TUuid const& _return)> cob, const apache::thrift::TUuid& thing) override {
+  void testUuid(::std::function<void(apache::thrift::TUuid const& _return)> cob, const apache::thrift::TUuid& thing) {
     TUuid res;
     _delegate->testUuid(res, thing);
     cob(res);